IsDimFormat Property
Description
Determines whether or not the command is a DimFormat command.
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property IsDimFormat As Boolean |
Return Type
Read/write Boolean. Returns TRUE if the command is a DimFormat command.
Remarks
Commands that return TRUE for this property can successfully retrieve a DimFormat object using the DimFormatCommand Property.
See Also