AnnotationLabelParameterFormattingGetParameterDefinition Method |
The definition of the parameter shown in the label.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic InternalDefinition GetParameterDefinition(
Document document
)
Public Function GetParameterDefinition (
document As Document
) As InternalDefinition
public:
InternalDefinition^ GetParameterDefinition(
Document^ document
)
member GetParameterDefinition :
document : Document -> InternalDefinition Parameters
- document Document
-
The document which contains the label and parameter.
Return Value
InternalDefinition
The definition of the parameter shown in the label.
Exceptions
See Also