Click or drag to resize

WriteBackHandler.GetProperty(String, ctPropertyScope) Method


Namespace: CTExtensions.ExportCore.ExportHandler
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public Tuple<CTAttribute, CTProperty> GetProperty(
	string oAttributeName,
	ctPropertyScope scope
)

Parameters

oAttributeName  String
scope  ctPropertyScope

Return Value

Tuple<CTAttribute, CTProperty>
See Also