 | IReinforcementCollectionMeshGroups Property |
Gets a list of mesh groups
Namespace:
TSD.API.Remoting.ReinforcementAssembly:
TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
SyntaxIListOfReadOnlyProperties<IReinforcementMeshDetailingGroup> MeshGroups { get; }
ReadOnly Property MeshGroups As IListOfReadOnlyProperties(Of IReinforcementMeshDetailingGroup)
Get
property IListOfReadOnlyProperties<IReinforcementMeshDetailingGroup^>^ MeshGroups {
IListOfReadOnlyProperties<IReinforcementMeshDetailingGroup^>^ get ();
}
abstract MeshGroups : IListOfReadOnlyProperties<IReinforcementMeshDetailingGroup> with get
Property Value
Type:
IListOfReadOnlyPropertiesIReinforcementMeshDetailingGroup
See Also