Gets of sets the style of the profile view segment.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ObjectId ProfileViewStyleId { get; set; }
VB
Public Property ProfileViewStyleId As ObjectId Get Set
C++
public: property ObjectId ProfileViewStyleId { ObjectId get (); void set (ObjectId value); }
Property Value
ObjectIdExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the style id is invalid. |