FeatureGetAllFeatures(FullSubentityPath)
Method
|
Namespace: Bricscad.SheetMetal
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.1.4.0
Syntax
public static ObjectIdCollection GetAllFeatures(
FullSubentityPath fsp
)
Public Shared Function GetAllFeatures (
fsp As FullSubentityPath
) As ObjectIdCollection
public:
static ObjectIdCollection^ GetAllFeatures(
FullSubentityPath fsp
)
static member GetAllFeatures :
fsp : FullSubentityPath -> ObjectIdCollection
Parameters
- fsp FullSubentityPath
-
Return Value
ObjectIdCollection
See Also