AbstractViewTableRecordCenterPoint Property
|
Property that represents the DSC (device
coordinate system) center point of the view.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public Point2d CenterPoint { get; set; }
Public Property CenterPoint As Point2d
Get
Set
public:
property Point2d CenterPoint {
Point2d get ();
void set (Point2d value);
}
member CenterPoint : Point2d with get, set
Property Value
Point2d
See Also