Share

Assembly.StyleId Property

Sets the Assembly Style Id.



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

Syntax

C#

public override ObjectId StyleId { set; }

VB

Public Overrides WriteOnly Property StyleId As ObjectId
	Set

C++

public:
virtual property ObjectId StyleId {
	void set (ObjectId value) override;
}

Property Value

ObjectId

Exceptions

ExceptionCondition
[!:System.ArgumentException] Thrown when the specified style id is not a assembly style id or from another data base.

See Also

Reference

Was this information helpful?