Share

SampleLineVertex.Side Property

Gets the side of the vertex relative to the parent alignment.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public SampleLineVertexSideType Side { get; }

VB

Public ReadOnly Property Side As SampleLineVertexSideType
	Get

C++

public:
property SampleLineVertexSideType Side {
	SampleLineVertexSideType get ();
}

Property Value

SampleLineVertexSideType

See Also

Reference

Was this information helpful?