SampleLineGroupDefaultSamplineLabelStyleId Property |
Gets or sets default sample line label style in the SampleLineGroup.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
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
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the style id is invalid.
|
See Also