Method GetLoopType
GetLoopType(ElementId, int)
Gets the type of a loop.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
LoopType GetLoopType(ElementId inElementId, int inLoopId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the shape entity to analyze. |
| int | inLoopId | Identifier of the loop to analyze. |
Returns
| Type | Description |
|---|---|
| LoopType | Type of loop. |
Remarks
This method is available since v7.6.