Share

IAppliedSubassemblyParam Interface

An interface used to get or set applied subassembly parameter properties.



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

Syntax

C#

public interface IAppliedSubassemblyParam

VB

Public Interface IAppliedSubassemblyParam

C++

public interface class IAppliedSubassemblyParam

The IAppliedSubassemblyParam type exposes the following members.

Properties

 NameDescription
Public propertyComment Gets parameter comment for applied subassembly.
Public propertyDesignValueAsObject Gets parameter design value.
Public propertyDisplayName Gets parameter display name for applied subassembly.
Public propertyIsOverriden Is the parameter overridden or not.
Public propertyKeyName Gets parameter key name for applied subassembly.
Public propertyValueAsObject Gets parameter value.
Public propertyValueType Gets parameter value type.

Methods

 NameDescription
Public methodClearOverride Clear parameter override.

See Also

Reference

Was this information helpful?