CogoPointStyleId Property |
Gets or sets the point style for the point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic ObjectId StyleId { get; set; }Public Property StyleId As ObjectId
Get
Set
public:
property ObjectId StyleId {
ObjectId get ();
void set (ObjectId value);
}Property Value
ObjectId
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when the ObjectId is not a valid ObjectId of a PointStyle.
|
Remarks
ObjectId.Null is a valid value.
See Also