Assoc2dConstraintGroupWorkPlane Property
 | 
Namespace:  Teigha.DatabaseServices
Assembly:  TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
 
public Plane WorkPlane { get; set; }
 
Public Property WorkPlane As Plane
        Get
        Set
 
public:
property Plane^ WorkPlane {
        Plane^ get ();
        void set (Plane^ value);
}
 
member WorkPlane : Plane with get, set
 
 
 
Property Value
Type: 
Plane 
See Also