Geometrical3dConstraintParameter Property
|
returns the parameter variable of dimensional
constraint
Namespace: Bricscad.Geometrical3dConstraints
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public Assoc3dVariable Parameter { get; }
Public ReadOnly Property Parameter As Assoc3dVariable
Get
public:
property Assoc3dVariable^ Parameter {
Assoc3dVariable^ get ();
}
member Parameter : Assoc3dVariable with get
Return Value
Type:
Assoc3dVariable
returns the parameter variable of dimensional constraint
See Also