CCSPerViewport Property (IViewport) Send Feedback
See Also 
Gets or sets whether the custom coordinate system associated with this Viewport becomes active when the Viewport is activated.

Syntax

Visual Basic 
Property CCSPerViewport As System.Boolean
C# 
System.bool CCSPerViewport {get; set;}
JavaScript 
get_CCSPerViewport () : Boolean
put_CCSPerViewport (
   NewVal : Boolean
)
COM native C++ 
HRESULT get_CCSPerViewport(
   VARIANT_BOOL* Val
) 
HRESULT put_CCSPerViewport( 
   VARIANT_BOOL NewVal
C++ 
DSRESULT get_CCSPerViewport (
   bool* Val
)
DSRESULT put_CCSPerViewport(
   bool NewVal
)

Property Value

True only if the custom coordinate system associated with this Viewport becomes active when the Viewport is activated, false if not

See Also

Availability

DraftSight V1R3.0