SampleLineGroupDefaultSamplineStyleId Property |
Gets or sets default sample line style in the SampleLineGroup.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId DefaultSamplineStyleId { get; set; }Public Property DefaultSamplineStyleId As ObjectId
Get
Set
public:
property ObjectId DefaultSamplineStyleId {
ObjectId get ();
void set (ObjectId value);
}Property Value
ObjectId
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when the style id is invalid.
|
See Also