AnchoredBlocksGetAnchorFace Method
 | 
Namespace: Bricscad.Bim
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
 
public static FullSubentityPath GetAnchorFace(
        ObjectId blockRefId
)
 
Public Shared Function GetAnchorFace ( 
        blockRefId As ObjectId
) As FullSubentityPath
 
public:
static FullSubentityPath GetAnchorFace(
        ObjectId blockRefId
)
 
static member GetAnchorFace : 
        blockRefId : ObjectId -> FullSubentityPath 
 
 
 
Parameters
- blockRefId  ObjectId
 
-  
 
Return Value
FullSubentityPath
 
See Also