 | WriteBackHandlerGetProperty(Int32, ctPropertyScope) Method |
Get Property and attribute pair. Uses cache.
Namespace: CTExtensions.ExportCore.ExportHandlerAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic Tuple<CTAttribute, CTProperty> GetProperty(
int iAttribute,
ctPropertyScope scope
)
Public Function GetProperty (
iAttribute As Integer,
scope As ctPropertyScope
) As Tuple(Of CTAttribute, CTProperty)
Parameters
- iAttribute Int32
- scope ctPropertyScope
Return Value
TupleCTAttribute,
CTProperty
See Also