Share

SurfaceContourLabelGroupCreateOption.UserDefinedContourlabelStyleId Property

Gets or sets the ObjectId of label style for the user defined contour label.



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

Syntax

C#

public ObjectId UserDefinedContourlabelStyleId { get; set; }

VB

Public Property UserDefinedContourlabelStyleId As ObjectId
	Get
	Set

C++

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

Property Value

ObjectId

Remarks

Default value is ObjectId.Null, which means a default style will be used.

See Also

Reference

Was this information helpful?