 | IConstructionHelperLineType Property |
Gets the line type of the construction helper
Namespace:
TSD.API.Remoting.StructureAssembly:
TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
SyntaxIReadOnlyProperty<ConstructionHelperLineType> LineType { get; }
ReadOnly Property LineType As IReadOnlyProperty(Of ConstructionHelperLineType)
Get
property IReadOnlyProperty<ConstructionHelperLineType>^ LineType {
IReadOnlyProperty<ConstructionHelperLineType>^ get ();
}
abstract LineType : IReadOnlyProperty<ConstructionHelperLineType> with get
Property Value
Type:
IReadOnlyPropertyConstructionHelperLineType
See Also