FaceFeatureAdjacencyOtherFeatureIds Property
|
Namespace: Bricscad.SheetMetal
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.2.3.0
Syntax
public ObjectIdCollection OtherFeatureIds { get; set; }
Public Property OtherFeatureIds As ObjectIdCollection
Get
Set
public:
property ObjectIdCollection^ OtherFeatureIds {
ObjectIdCollection^ get ();
void set (ObjectIdCollection^ value);
}
member OtherFeatureIds : ObjectIdCollection with get, set
Property Value
ObjectIdCollection
See Also