Share

Assembly.CodeSetStyleId Property

Gets or sets the CodeSetStyle Id.



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

Syntax

C#

public ObjectId CodeSetStyleId { get; set; }

VB

Public Property CodeSetStyleId As ObjectId
	Get
	Set

C++

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

Property Value

ObjectId

Exceptions

ExceptionCondition
[!:System.ArgumentException] Thrown when the specified style Id is invalid.

See Also

Reference

Was this information helpful?