| SlabItemParamsPointIndices Property |
Gets the indices of construction points defining the slab item geometry
Namespace: TSD.API.Remoting.Structure.CreateAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax public 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
IReadOnlyListInt32See Also