DatabaseCannoscale Property
|
Property that represents current annotation
scale used by the current viewport. This property corresponds to
the CANNOSCALE system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public AnnotationScale Cannoscale { get; set; }
Public Property Cannoscale As AnnotationScale
Get
Set
public:
property AnnotationScale^ Cannoscale {
AnnotationScale^ get ();
void set (AnnotationScale^ value);
}
member Cannoscale : AnnotationScale with get, set
Property Value
AnnotationScale
See Also