Geometrical3dConstraintArguments Property
 | 
returns the array of subentities for this
constraint object
Namespace:  Bricscad.Geometrical3dConstraints
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public FullSubentityPath[] Arguments { get; }
 
Public ReadOnly Property Arguments As FullSubentityPath()
        Get
 
public:
property array<FullSubentityPath>^ Arguments {
        array<FullSubentityPath>^ get ();
}
 
member Arguments : FullSubentityPath[] with get
 
 
 
Return Value
Type: 
FullSubentityPath
FullSubentityPath
 
See Also