 | ICAEXBasicObjectSourceObjectInformation Property |
Gets the collection of SourceObjectInformation objects contained in this instance.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxCAEXSequence<SourceObjectInformationType> SourceObjectInformation { get; }
ReadOnly Property SourceObjectInformation As CAEXSequence(Of SourceObjectInformationType)
Get
property CAEXSequence<SourceObjectInformationType^>^ SourceObjectInformation {
CAEXSequence<SourceObjectInformationType^>^ get ();
}
Property Value
CAEXSequenceSourceObjectInformationType
See Also