Share

ProfileViewSplitData.ProfileViewStyleId Property

Gets of sets the style of the profile view segment.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public ObjectId ProfileViewStyleId { get; set; }

VB

Public Property ProfileViewStyleId As ObjectId
	Get
	Set

C++

public:
property ObjectId ProfileViewStyleId {
	ObjectId get ();
	void set (ObjectId value);
}

Property Value

ObjectId

Exceptions

ExceptionCondition
ArgumentException Thrown when the style id is invalid.

Remarks

OBJECTID TYPE: Autodesk.Civil.DatabaseServices.Styles.ProfileViewStyle

See Also

Reference

Was this information helpful?