IModelUnit.TopElementId property
Namespace: NextDesign.Core
Description
Identifier of the base element in this unit.
Returns null if there is no base element.
Normally, the base element is the following element depending on the unit type.
- "Project" : the project
- "Model" : Model divided into units
- "Profile" : Profile
- Other than above : None
string TopElementId { get; }
types
- string