Share

ViewFrameGroup.DefaultRightMatchLineLabelStyleId Property

Gets or sets the default label style of right side MatchLine labels.



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

Syntax

C#

public ObjectId DefaultRightMatchLineLabelStyleId { get; set; }

VB

Public Property DefaultRightMatchLineLabelStyleId As ObjectId
	Get
	Set

C++

public:
property ObjectId DefaultRightMatchLineLabelStyleId {
	ObjectId get ();
	void set (ObjectId value);
}

Property Value

ObjectId

Remarks

When setting, if the label style of a MatchLine label is not equal to the original DefaultRightMatchLineLabelStyleId, the label style of this label will not be updated to the new value.

See Also

Reference

Was this information helpful?