Share

MatchLineLabelGroup.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.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?