Share

OffsetAlignmentInfo.Side Property

Gets the side of the offset alignment relative to its parent alignment.



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

Syntax

C#

public EntitySideType Side { get; }

VB

Public ReadOnly Property Side As EntitySideType
	Get

C++

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

Property Value

EntitySideType

See Also

Reference

Was this information helpful?