2026 Members
Changes 4
M

MEPAnalyticalModelData Methods

Name Return Type Description Inherited From
M Dispose() None
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetMEPAnalyticalModelData(Element) MEPAnalyticalModelData Gets the MEP analytical model data of the specified element.
M GetNodeById(Int32) MEPAnalyticalNode Gets the analytical node with the specified id.
M GetNodeByIndex(Int32) MEPAnalyticalNode Gets the specified analytical node.
M GetNumberOfNodes() Int32 Returns the number of analytical nodes.
M GetNumberOfSegments() Int32 Returns the number of analytical segments.
M GetSegmentById(Int32) MEPAnalyticalSegment Gets the analytical segment with the specified id.
M GetSegmentByIndex(Int32) MEPAnalyticalSegment Gets the analytical segment at the specified position.
M GetSegmentData(Int32) MEPNetworkSegmentData Gets the analysis data on the specified segment.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M IsValidNodeId(Int32) Boolean Verifies if a valid analytical node id.
M IsValidSegmentId(Int32) Boolean Verifies if a valid segment id.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object