This property is not supported by the PointGroup class.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public override ObjectId StyleId { get; set; } |
Visual Basic |
---|
Public Overrides Property StyleId As ObjectId
Get
Set |
Visual C++ |
---|
public:
virtual property ObjectId StyleId {
ObjectId get () override;
void set (ObjectId value) override;
} |
Exceptions
Exception | Condition |
---|
System..::..InvalidOperationException |
Thrown when this property is called.
|
See Also