Share

AppliedSubassemblyParam<T> Class

A class used to get or set applied subassembly parameter properties.

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DatabaseServicesAppliedSubassemblyParamT


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

Syntax

C#

public sealed class AppliedSubassemblyParam<T> : IAppliedSubassemblyParam

VB

Public NotInheritable Class AppliedSubassemblyParam(Of T)
	Implements IAppliedSubassemblyParam

C++

generic<typename T>
public ref class AppliedSubassemblyParam sealed : IAppliedSubassemblyParam

Type Parameters

T

The AppliedSubassemblyParamT type exposes the following members.

Properties

 NameDescription
Public propertyComment Gets or sets parameter comment for applied subassembly.
Public propertyDesignValue Gets parameter design value.
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 propertyValue Gets or sets parameter value.
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?