ConicalSurface.YDir Property

ConicalSurfaceYDir Property

X axis of the local coordinate system associated with this cone.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public XYZ YDir { get; }
Public ReadOnly Property YDir As XYZ
	Get
public:
property XYZ^ YDir {
	XYZ^ get ();
}
member YDir : XYZ with get

Property Value

XYZ
See Also