Gets or sets the channel's style Id.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic override ObjectId StyleId { get; set; }Public Overrides Property StyleId As ObjectId
Get
Set
public:
virtual property ObjectId StyleId {
ObjectId get () override;
void set (ObjectId value) override;
}Property Value
ObjectId
Exceptions| Exception | Condition |
|---|
| BackwardCompatibilityException |
Thrown when getting/setting value and data is not compatible with the current version of the channel. Try to fix by upgrading the channel.
|
| ForwardCompatibilityException |
Thrown when getting/setting value and data is not compatible with the current version of the channel. Try to fix by opening the drawing in a newer version of the product.
|
| ArgumentException |
Thrown when new style id is invalid.
|
See Also