Share

SurfaceContourLabelGroup.MinorContourLabelStyleId Property

Gets or sets the ObjectId of style for minor contour's label.



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

Syntax

C#

public ObjectId MinorContourLabelStyleId { get; set; }

VB

Public Property MinorContourLabelStyleId As ObjectId
	Get
	Set

C++

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

Property Value

ObjectId

See Also

Reference

Was this information helpful?