 | IVerticalConstructionPlaneDefinitionSegment Property |
Gets the segment defining the frame
Namespace:
TSD.API.Remoting.StructureAssembly:
TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
SyntaxIReadOnlyProperty<ISegment3D> DefinitionSegment { get; }
ReadOnly Property DefinitionSegment As IReadOnlyProperty(Of ISegment3D)
Get
property IReadOnlyProperty<ISegment3D^>^ DefinitionSegment {
IReadOnlyProperty<ISegment3D^>^ get ();
}
abstract DefinitionSegment : IReadOnlyProperty<ISegment3D> with get
Property Value
Type:
IReadOnlyPropertyISegment3D
RemarksFrame goes vertically through this segment
See Also