Share

PressurePartSize.StyleId Property

Gets or sets the part style id.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.7.0.1276

Syntax

C#

public ObjectId StyleId { get; set; }

VB

Public Property StyleId As ObjectId
	Get
	Set

C++

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

Property Value

ObjectId

See Also

Reference

Was this information helpful?