ConstraintArgument(FullSubentityPath,
CoordinateSystemObject) Constructor
 | 
Namespace: Bricscad.Parametric
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
 
public ConstraintArgument(
        FullSubentityPath blockReferencePath,
        CoordinateSystemObject cs
)
 
Public Sub New ( 
        blockReferencePath As FullSubentityPath,
        cs As CoordinateSystemObject
)
 
public:
ConstraintArgument(
        FullSubentityPath blockReferencePath, 
        CoordinateSystemObject cs
)
 
new : 
        blockReferencePath : FullSubentityPath * 
        cs : CoordinateSystemObject -> ConstraintArgument
 
 
 
Parameters
- blockReferencePath  FullSubentityPath
 
-  
 
- cs  CoordinateSystemObject
 
-  
 
 
See Also