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