Specifies the ObjectId of the first split view style.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public ObjectId FirstViewStyleId { get; set; }
VB
Public Property FirstViewStyleId As ObjectId Get Set
C++
public: property ObjectId FirstViewStyleId { ObjectId get (); void set (ObjectId value); }
Property Value
ObjectIdExceptions
| Exception | Condition |
|---|---|
| ArgumentException | Thrown when set to an invalid value. |
