Gets or sets whether the
custom coordinate system associated with this ViewTile becomes active when the ViewTile is
activated.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CCSPerViewTile As System.Boolean |
C# | |
---|
System.bool CCSPerViewTile {get; set;} |
JavaScript | |
---|
get_CCSPerViewTile () : Boolean
put_CCSPerViewTile (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_CCSPerViewTile(
VARIANT_BOOL* Val
)
HRESULT put_CCSPerViewTile(
VARIANT_BOOLNewVal |
C++ | |
---|
DSRESULT get_CCSPerViewTile (
bool* Val
)
DSRESULT put_CCSPerViewTile(
boolNewVal
) |
Property Value
True if the custom coordinate system associated with this ViewTile becomes active when the ViewTile is activated, false if not
See Also
Availability
DraftSight V1R6.0