Format Property (IDimensionStyleDualDimensionOptions) Send Feedback
See Also  Example
Gets or sets the dual Dimension's format.

Syntax

Visual Basic 
Property Format As dsDualDimensionFormat_e
C# 
dsDualDimensionFormat_e Format {get; set;}
JavaScript 
get_Format () : String
put_Format (
   NewVal : String
)
COM native C++ 
HRESULT get_Format(
   dsDualDimensionFormat_e* Val
) 
HRESULT put_Format( 
   dsDualDimensionFormat_e NewVal
C++ 
DSRESULT get_Format (
   dsDualDimensionFormat_e* Val
)
DSRESULT put_Format(
   dsDualDimensionFormat_e NewVal
)

Property Value

Format of the dual Dimension as defined in dsDualDimensionFormat_e

Example

See Also

Availability

DraftSight V1R1.2