SplitProfileViewCreationOptionsFirstViewStyleId Property |
Specifies the ObjectId of the first split view style.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId FirstViewStyleId { get; set; }
Public Property FirstViewStyleId As ObjectId
Get
Set
public:
property ObjectId FirstViewStyleId {
ObjectId get ();
void set (ObjectId value);
}
Property Value
ObjectId
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when set to an invalid value.
|
See Also