AlignmentSTSTangent Property |
Gets the tangent of the STS group.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic AlignmentSubEntityLine Tangent { get; }
Public ReadOnly Property Tangent As AlignmentSubEntityLine
Get
public:
property AlignmentSubEntityLine^ Tangent {
AlignmentSubEntityLine^ get ();
}
Property Value
AlignmentSubEntityLine
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the alignment entity type is AlignmentEntityType::SpiralSpiral.
|
See Also