ToposolidHostTopoId Property |
The host toposolid id of the current toposolid subdivision.
If the object is not a toposolid subdivision, hostTopoId will be InvalidElementId.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic ElementId HostTopoId { get; }
Public ReadOnly Property HostTopoId As ElementId
Get
public:
property ElementId^ HostTopoId {
ElementId^ get ();
}
member HostTopoId : ElementId with get
Property Value
ElementId
See Also