Side Property

Gets the value that specifies the side of MatchLines on which the MatchLineLabelGroup is located.

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

Syntax

C#

public EntitySideType Side { get; }

Visual Basic

Public ReadOnly Property Side As EntitySideType
	Get

Visual C++

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

See Also