TextOverride Property (IGeneralDimension) Send Feedback
See Also  Example
Gets or sets the text with which to override the Dimension text.

Syntax

Visual Basic 
Property TextOverride As System.String
C# 
System.string TextOverride {get; set;}
JavaScript 
get_TextOverride () : String
put_TextOverride (
   NewVal : String
)
COM native C++ 
HRESULT get_TextOverride(
   BSTR* Val
) 
HRESULT put_TextOverride( 
   BSTR NewVal
C++ 
DSRESULT get_TextOverride (
   dsString* Val
)
DSRESULT put_TextOverride(
   const dsString& NewVal
)

Property Value

Text with which to override the Dimension text

Example

See Also

Availability

DraftSight V1R1.2