Geometrical3dConstraintType Property
|
eturns the type of this constraint
object
Namespace: Bricscad.Geometrical3dConstraints
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public Geometrical3dConstraintConstraintType Type { get; }
Public ReadOnly Property Type As Geometrical3dConstraintConstraintType
Get
public:
property Geometrical3dConstraintConstraintType Type {
Geometrical3dConstraintConstraintType get ();
}
member Type : Geometrical3dConstraintConstraintType with get
Return Value
Type:
Geometrical3dConstraintConstraintType
return constraint type
See Also