AttributeDefinitionPrompt Property
|
Gets or sets the attribute information text.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public string Prompt { get; set; }
Public Property Prompt As String
Get
Set
public:
property String^ Prompt {
String^ get ();
void set (String^ value);
}
member Prompt : string with get, set
PROPERTY Prompt AS STRING GET SET
Property Value
Type:
StringRemarks This is the text prompt shown to introduce the attribute value when new Insert entities are inserted into the drawing.
See Also