Request

Response

    ReferenceNameOnlyParameter class

    A component representing a parameter which refers to another asset by name only. It may be attached to an instance or design asset. autodesk.design:components.referenceNameOnlyParameter-1.0.0

    public class ReferenceNameOnlyParameter : BaseParameter
    

    Public Members

    namedescription
    ReferenceNameOnlyParameter() The default constructor.
    ReferencedEntityName { get; set; } The original system's name for the referenced entity.
    SchemaName { get; set; } The name of a schema inheriting from autodesk.parameter:parameter-2.0.0 which this component represents. More information about this parameter is contained in the specified schema.

    See Also