Geometrical3dConstraintDimension Property
|
returns the associated dimension object for
this constraint object
Namespace: Bricscad.Geometrical3dConstraints
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public ObjectId Dimension { get; }
Public ReadOnly Property Dimension As ObjectId
Get
public:
property ObjectId Dimension {
ObjectId get ();
}
member Dimension : ObjectId with get
Return Value
Type:
ObjectId
returns the associated dimension object for this constraint
object
See Also