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