 | StructuralWallParamsPointIndices Property |
Gets the indices of construction points defining the structural wall geometry
Namespace:
TSD.API.Remoting.Structure.CreateAssembly:
TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntaxpublic IReadOnlyList<int> PointIndices { get; }
Public ReadOnly Property PointIndices As IReadOnlyList(Of Integer)
Get
public:
property IReadOnlyList<int>^ PointIndices {
IReadOnlyList<int>^ get ();
}
member PointIndices : IReadOnlyList<int> with get
Property Value
Type:
IReadOnlyListInt32
See Also