AssocViewBaseGetAssociatedSourceEntity(ObjectId)
Method
|
Namespace: Bricscad.Parametric
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.2.3.0
Syntax
public static FullSubentityPath GetAssociatedSourceEntity(
ObjectId entityId
)
Public Shared Function GetAssociatedSourceEntity (
entityId As ObjectId
) As FullSubentityPath
public:
static FullSubentityPath GetAssociatedSourceEntity(
ObjectId entityId
)
static member GetAssociatedSourceEntity :
entityId : ObjectId -> FullSubentityPath
Parameters
- entityId ObjectId
-
Return Value
FullSubentityPath
See Also