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