ProfileViewSplitDataProfileViewStyleName Property |
Gets of sets the style of the profile view segment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic string ProfileViewStyleName { get; set; }Public Property ProfileViewStyleName As String
Get
Set
public:
property String^ ProfileViewStyleName {
String^ get ();
void set (String^ value);
}Property Value
String
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when the style name is invalid.
|
See Also