MaterialSectionStyleId Property |
Sets the ShapeStyleId.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic override ObjectId StyleId { set; }
Public Overrides WriteOnly Property StyleId As ObjectId
Set
public:
virtual property ObjectId StyleId {
void set (ObjectId value) override;
}
Property Value
ObjectId
ExceptionsException | Condition |
---|
[!:System.ArgumentException] |
Thrown when the specified styleId is not a ShapeStyle or from another database.
|
See Also