IConstantDefinition
Overview
IConstantDefinition is an interface that can be used to change the type and value of a constant defined in the current project during aspect processing.
Location
- Reference: RemObjects.Elements.Cirrus.dll
- Namespace: RemObjects.Elements.Cirrus
Properties
Type
Gets or sets the type of this constant
property Type: IType read write;
IType Type { get; set; }
var Type: IType { get{} set{} }
IType Type { __get; __set; }
Property Type() As IType
Value
Gets or sets the value of this constant
property Value: Object read write;
Object Value { get; set; }
var Value: Object { get{} set{} }
Object Value { __get; __set; }
Property Value() As Object