ISubModels Interface

Represents sub-models

Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
public interface ISubModels : IEntity, 
	IHaveId, IHaveIndex

The ISubModels type exposes the following members.

Properties
 NameDescription
Public propertyAutomatic Gets a value indicating whether sub-models are generated automatically
Public propertyElementGroupName Gets the name of the element group
(Inherited from IEntity)
Public propertyEntityType Gets the type of the entity
(Inherited from IEntity)
Public propertyId Gets the ID
(Inherited from IHaveId)
Public propertyIndex Gets the index
(Inherited from IHaveIndex)
Public propertySubModelCount Gets the number of sub-models
Top
Methods
 NameDescription
Public methodGetSubModelAsync Returns the sub-models from the given indices
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next