Share

Property<int,int,Autodesk::Civil::CastOp<int,int> >.IsOverridable Property



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

Syntax

C#

public virtual bool IsOverridable { get; }

VB

Public Overridable ReadOnly Property IsOverridable As Boolean
	Get

C++

public:
virtual property bool IsOverridable {
	bool get ();
}

Property Value

Boolean

Implements

IPropertyIsOverridable

See Also

Reference

Was this information helpful?